home *** CD-ROM | disk | FTP | other *** search
/ GEGA 010 / GEGA010.iso / Interface / it.dig / scripts / DefineButton2_130 / BUTTONCONDACTION on(release).as
Text File  |  2005-09-22  |  87b  |  5 lines

  1. on(release){
  2.    _global.var_categoria = "V├¡deos";
  3.    _root.categoria_mc.play();
  4. }
  5.